Skip to content

Added ability to use explicit SSH keys.#2

Open
richsage wants to merge 1 commit intoncantor:masterfrom
richsage:ssh-keys
Open

Added ability to use explicit SSH keys.#2
richsage wants to merge 1 commit intoncantor:masterfrom
richsage:ssh-keys

Conversation

@richsage
Copy link

This assumes you have something similar to the following in your Capistrano deploy.rb config etc:

ssh_options[:keys] = ["/path/to/ssh/key"]

and just appends it to the ssh command via the -i parameter, when running cloud:ssh

@nickpeirson
Copy link

+1

Currently I'm adding identities via ssh-add. It would be nice to provide them explicitly in the config as per this patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants